home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / hs_files / ezcddax4trial.exe / ezcdda01.cab / _D491E4E43CA34C9C94DFA63F5862D94E / 0 / RCDATA / TCOPY / TCOPY.txt
Encoding:
Text File  |  2000-06-19  |  4.7 KB  |  216 lines

  1. object Copy: TCopy
  2.   Left = 379
  3.   Top = 211
  4.   ActiveControl = Status
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Extracting... '
  8.   ClientHeight = 277
  9.   ClientWidth = 417
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   FormStyle = fsStayOnTop
  13.   OldCreateOrder = True
  14.   Position = poOwnerFormCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TrackInfo: TGroupBox
  20.     Left = 8
  21.     Top = 4
  22.     Width = 401
  23.     Height = 88
  24.     TabOrder = 0
  25.     object Filename: TLabel
  26.       Left = 8
  27.       Top = 16
  28.       Width = 385
  29.       Height = 13
  30.       AutoSize = False
  31.       ShowAccelChar = False
  32.       Layout = tlCenter
  33.     end
  34.     object LabelTrackDone: TLabel
  35.       Left = 8
  36.       Top = 54
  37.       Width = 26
  38.       Height = 13
  39.       Caption = 'Done'
  40.     end
  41.     object LabelTrackSpeed: TLabel
  42.       Left = 8
  43.       Top = 68
  44.       Width = 31
  45.       Height = 13
  46.       Caption = 'Speed'
  47.     end
  48.     object TrackDone: TLabel
  49.       Left = 128
  50.       Top = 54
  51.       Width = 23
  52.       Height = 13
  53.       Caption = '0.0%'
  54.     end
  55.     object TrackSpeed: TLabel
  56.       Left = 128
  57.       Top = 68
  58.       Width = 25
  59.       Height = 13
  60.       Caption = '0.0 X'
  61.     end
  62.     object LabelTrackElapsed: TLabel
  63.       Left = 192
  64.       Top = 54
  65.       Width = 38
  66.       Height = 13
  67.       Caption = 'Elapsed'
  68.     end
  69.     object LabelTrackRemain: TLabel
  70.       Left = 192
  71.       Top = 68
  72.       Width = 50
  73.       Height = 13
  74.       Caption = 'Remaining'
  75.     end
  76.     object TrackElapsed: TLabel
  77.       Left = 312
  78.       Top = 54
  79.       Width = 42
  80.       Height = 13
  81.       Caption = '00:00:00'
  82.     end
  83.     object TrackRemaining: TLabel
  84.       Left = 312
  85.       Top = 68
  86.       Width = 42
  87.       Height = 13
  88.       Caption = '00:00:00'
  89.     end
  90.     object Track: TProgressBar
  91.       Left = 8
  92.       Top = 34
  93.       Width = 385
  94.       Height = 16
  95.       Min = 0
  96.       Max = 100
  97.       Step = 1
  98.       TabOrder = 0
  99.     end
  100.   end
  101.   object TotalGroupBox: TGroupBox
  102.     Left = 8
  103.     Top = 96
  104.     Width = 401
  105.     Height = 70
  106.     Caption = 'Total'
  107.     TabOrder = 1
  108.     object LabelTotalDone: TLabel
  109.       Left = 8
  110.       Top = 36
  111.       Width = 26
  112.       Height = 13
  113.       Caption = 'Done'
  114.     end
  115.     object TotalDone: TLabel
  116.       Left = 128
  117.       Top = 36
  118.       Width = 23
  119.       Height = 13
  120.       Caption = '0.0%'
  121.     end
  122.     object TotalSpeed: TLabel
  123.       Left = 128
  124.       Top = 50
  125.       Width = 25
  126.       Height = 13
  127.       Caption = '0.0 X'
  128.     end
  129.     object LabelTotalSpeed: TLabel
  130.       Left = 8
  131.       Top = 50
  132.       Width = 31
  133.       Height = 13
  134.       Caption = 'Speed'
  135.     end
  136.     object LabelTotalRemain: TLabel
  137.       Left = 192
  138.       Top = 50
  139.       Width = 50
  140.       Height = 13
  141.       Caption = 'Remaining'
  142.     end
  143.     object TotalRemaining: TLabel
  144.       Left = 312
  145.       Top = 50
  146.       Width = 42
  147.       Height = 13
  148.       Caption = '00:00:00'
  149.     end
  150.     object TotalElapsed: TLabel
  151.       Left = 312
  152.       Top = 36
  153.       Width = 42
  154.       Height = 13
  155.       Caption = '00:00:00'
  156.     end
  157.     object LabelTotalElapsed: TLabel
  158.       Left = 192
  159.       Top = 36
  160.       Width = 38
  161.       Height = 13
  162.       Caption = 'Elapsed'
  163.     end
  164.     object Total: TProgressBar
  165.       Left = 8
  166.       Top = 16
  167.       Width = 385
  168.       Height = 16
  169.       Min = 0
  170.       Max = 100
  171.       Step = 1
  172.       TabOrder = 0
  173.     end
  174.   end
  175.   object Status: TListBox
  176.     Left = 8
  177.     Top = 174
  178.     Width = 401
  179.     Height = 70
  180.     ItemHeight = 13
  181.     ParentShowHint = False
  182.     ShowHint = True
  183.     TabOrder = 2
  184.     OnClick = StatusClick
  185.   end
  186.   object Cancel: TBitBtn
  187.     Left = 158
  188.     Top = 249
  189.     Width = 89
  190.     Height = 25
  191.     Cancel = True
  192.     Caption = 'Cancel'
  193.     TabOrder = 3
  194.     OnClick = CancelClick
  195.     Glyph.Data = {
  196.       DE010000424DDE01000000000000760000002800000024000000120000000100
  197.       0400000000006801000000000000000000001000000010000000000000000000
  198.       80000080000000808000800000008000800080800000C0C0C000808080000000
  199.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  200.       333333333333333333333333000033338833333333333333333F333333333333
  201.       0000333911833333983333333388F333333F3333000033391118333911833333
  202.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  203.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  204.       3333F8330000333333911111183333333338F333333F83330000333333311111
  205.       8333333333338F3333383333000033333339111183333333333338F333833333
  206.       00003333339111118333333333333833338F3333000033333911181118333333
  207.       33338333338F333300003333911183911183333333383338F338F33300003333
  208.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  209.       38F338F300003333333333333919333333388333338FFF830000333333333333
  210.       3333333333333333333888330000333333333333333333333333333333333333
  211.       0000}
  212.     NumGlyphs = 2
  213.     Style = bsNew
  214.   end
  215. end
  216.